object ScratchPadForm: TScratchPadForm Left = 2 Top = 1 Width = 765 Height = 421 Caption = 'ScratchPadForm' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 288 Top = 8 Width = 241 Height = 385 Lines.Strings = ( 'Memo1') TabOrder = 5 WordWrap = False end object TreeView1: TTreeView Left = 8 Top = 8 Width = 265 Height = 385 ReadOnly = True Indent = 19 ParentColor = False TabOrder = 0 ParentShowHint = False ShowHint = False end object Edit1: TEdit Left = 544 Top = 8 Width = 121 Height = 21 TabOrder = 1 Text = 'Simple Columns' end object Button1: TButton Left = 680 Top = 8 Width = 75 Height = 25 Caption = 'Use Layout' TabOrder = 2 OnClick = Button1Click end object Edit2: TEdit Left = 544 Top = 40 Width = 121 Height = 21 TabOrder = 3 Text = 'HoTPack - Product Registration Form' end object Button2: TButton Left = 680 Top = 40 Width = 75 Height = 25 Caption = 'Add Content' TabOrder = 4 OnClick = Button2Click end object Edit3: TEdit Left = 544 Top = 96 Width = 121 Height = 21 TabOrder = 6 Text = 'Architect' end object Button4: TButton Left = 680 Top = 128 Width = 75 Height = 25 Caption = 'Write Output' TabOrder = 7 OnClick = Button4Click end object Button3: TButton Left = 680 Top = 96 Width = 75 Height = 25 Caption = 'Apply Decor' TabOrder = 8 OnClick = Button3Click end object ListBox1: TListBox Left = 544 Top = 160 Width = 209 Height = 185 ItemHeight = 13 TabOrder = 9 end object ImageTbl: TTable DatabaseName = 'SQWebBuilder' IndexName = 'NAME' TableName = 'IMAGES.DBF' Left = 632 Top = 360 end object LayoutTbl: TTable DatabaseName = 'SQWebBuilder' IndexName = 'NAME' TableName = 'layouts.dbf' Left = 568 Top = 360 end object WebPageTbl: TTable DatabaseName = 'SQWebBuilder' IndexName = 'NAME' TableName = 'webpages.dbf' Left = 536 Top = 360 end object DecorTbl: TTable DatabaseName = 'SQWebBuilder' IndexName = 'LONGNAME' TableName = 'DECORS.DBF' Left = 600 Top = 360 end end